Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3: Added release code build #5

Merged
merged 29 commits into from
May 16, 2022

Conversation

tomuben
Copy link
Collaborator

@tomuben tomuben commented May 4, 2022

New commands

  1. generate_release_buildspec => Creates the AWS Codebuild release buildspec
  2. deploy_release_build => Deploys the AWS Cloudformation stack for the release build of the project
  3. validate_release_build => Validates the AWS Cloudformation template for the release build of the project
  4. start_release_build => Triggers release build
  5. start_test_release_build => Triggers a test release build

Other changes

The parameter aws-profile has been changed from required to optional. In GH actions the default AWS profile will be used (defined by the environment variables).

@tomuben tomuben temporarily deployed to AWS May 4, 2022 17:55 Inactive
@tomuben tomuben temporarily deployed to AWS May 4, 2022 18:20 Inactive
@tomuben tomuben temporarily deployed to AWS May 4, 2022 18:27 Inactive
@tomuben tomuben temporarily deployed to AWS May 4, 2022 18:44 Inactive
@tomuben tomuben temporarily deployed to AWS May 5, 2022 09:42 Inactive
Get the stack resource and find the codebuild in the stack.
@tomuben tomuben temporarily deployed to AWS May 5, 2022 12:36 Inactive
@tomuben tomuben temporarily deployed to AWS May 5, 2022 12:39 Inactive
@tomuben tomuben temporarily deployed to AWS May 5, 2022 18:31 Inactive
@tomuben tomuben temporarily deployed to AWS May 5, 2022 18:45 Inactive
@tomuben tomuben temporarily deployed to AWS May 6, 2022 14:24 Inactive
@tomuben tomuben temporarily deployed to AWS May 6, 2022 14:31 Inactive
@tomuben tomuben temporarily deployed to AWS May 6, 2022 15:44 Inactive
@tomuben tomuben temporarily deployed to AWS May 6, 2022 18:11 Inactive
Copy link
Collaborator

@tkilias tkilias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments

And, I don't understand the build container arrow in the flow picture

Copy link
Member

@Nicoretti Nicoretti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the overview picture :D

raise RuntimeError(f"Multiple projects match {project}. Found following matches: {matching_project}")
dry_run_value = "--dry-run"

gh_token = os.getenv("GITHUB_TOKEN")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it make more sense to pass the token?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the token is a credential

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@tomuben tomuben temporarily deployed to AWS May 12, 2022 17:18 Inactive
@tomuben tomuben temporarily deployed to AWS May 12, 2022 17:35 Inactive
@tomuben tomuben temporarily deployed to AWS May 12, 2022 17:42 Inactive
@tomuben tomuben temporarily deployed to AWS May 12, 2022 18:04 Inactive
@tomuben tomuben temporarily deployed to AWS May 12, 2022 18:30 Inactive
2. Renamed GithubReleaseCreator => GithubDraftReleaseCreator
3. Add missing link to test-release-flow.png in user_guide.md
@tomuben tomuben temporarily deployed to AWS May 13, 2022 10:23 Inactive
tkilias
tkilias previously approved these changes May 13, 2022
@tomuben tomuben temporarily deployed to AWS May 13, 2022 16:21 Inactive
@tomuben tomuben merged commit 50ad5e6 into main May 16, 2022
@tomuben tomuben deleted the feature/3_addess_release_code_build_and_command branch May 16, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants